home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacGzip 1.0 / source / More Resources / NotPPC ƒ / NotPPC.r < prev    next >
Text File  |  1994-04-25  |  1KB  |  58 lines

  1. #include "Types.r"
  2. #include "NotPPC.h"        /* local defintions only */
  3.  
  4.  
  5. resource 'ALRT' (RESOURCE_ID, purgeable) {
  6.     {90, 110, 240, 450},
  7.     RESOURCE_ID,
  8.     {    /* array: 4 elements */
  9.         /* [1] */
  10.         OK, visible, silent,
  11.         /* [2] */
  12.         OK, visible, silent,
  13.         /* [3] */
  14.         OK, visible, silent,
  15.         /* [4] */
  16.         OK, visible, silent
  17.     }
  18.     /****** Extra bytes follow... ******/
  19. #if SystemSevenOrLater
  20.     ,alertPositionMainScreen
  21. #endif
  22. };
  23.  
  24. resource 'DITL' (RESOURCE_ID) {
  25.     {    /* array DITLarray: 3 elements */
  26.         /* [1] */
  27.         {120, 255, 140, 315},
  28.         Button {
  29.             enabled,
  30.             "OK"
  31.         },
  32.         /* [2] */
  33.         {10, 70, 110, 340},
  34.         StaticText {
  35.             disabled,
  36.             "^0"
  37.         },
  38.         /* [3] */
  39.         {10, 20, 40, 50},
  40.         Icon {
  41.             disabled,
  42.             0
  43.         }
  44.     }
  45. };
  46.  
  47. resource 'STR#' (RESOURCE_ID) {
  48.   {
  49.     "This application program is designed for Power Macintosh computers."
  50.        " It is not compatible with this Macintosh.";
  51.     
  52.     "This application program is running under emulation on a Power "
  53.        "Macintosh computer.  Power Macintosh code requires a 'cfrg' "
  54.        "resource in order to execute."
  55.   }
  56. };
  57.  
  58.